projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ba548
)
Use unset CDPATH instead of making it empty.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Jun 1998 22:15:41 +0000
(22:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Jun 1998 22:15:41 +0000
(22:15 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 484839b46d3c8ffc552fd7e3aba85ae078e106d2..7686b43c64ffc9ff5534344f534ffdb500cfc75b 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-92,7
+92,7
@@
case "${srcdir}" in
## We may be able to use the $PWD environment variable to make this
## absolute. But sometimes PWD is inaccurate.
## Make sure CDPATH doesn't affect cd (in case PWD is relative).
- CDPATH=
+ unset CDPATH
if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`" ;
then
srcdir="$PWD"